home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacWorld 1999 June
/
Macworld (1999-06).dmg
/
Serious Software
/
Masterapp demo
/
masterapp.dir
/
00006_Script_6
< prev
next >
Wrap
Text File
|
1999-03-17
|
180b
|
8 lines
on mouseUp
set y = the mouseLine
if y > 0 then
hilite line y of field "Task List"
set lineText = line y of field "Task List"
clickLine(lineText)
end if
end